Html Css Color HEX #42469B Governor Bay

📋 copy color: '#42469B'

red 66 ◦ green 70 ◦ blue 155

#42469B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #42469B

Tints of Governor Bay #42469B

RGB

 RED value IS 66 (26.17% from 255) = 22.68%

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 22.68%
G = 24.05%
B = 53.26%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42469B (or 0x42469B) is known color: Governor Bay. HEX triplet: 42, 46 and 9B. RGB value is (66,70,155). Sum of RGB (Red+Green+Blue) = 66+70+155=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #42469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469B is #BDB964. Grayscale: #4E4E4E. Windows color (decimal): -12433765 or 10176066. OLE color: 10176066.

HSL color Cylindrical-coordinate representation of color #42469B: hue angle of 237.3º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42469B is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 70 155 -
CMYK 0.57 0.55 0 0.39
HSL 237.3º 0.4% 0.43% -
HSV(B) 237.3º 0.57% 0.61% -
XYZ 10.35 7.91 31.99 -
YUV 78.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 66 70 155 0.57 0.55 0 0.39 237.3 0.4 0.43
Hex 42 46 9B 39 37 0 27 ED 28 2B
Octal 102 106 233 71 67 0 47 355 50 53
Binary 1000010 1000110 10011011 111001 110111 0 100111 11101101 101000 101011

Color Harmonies of #42469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42469B

Black with #42469B

Text Example


Text Example

White with #42469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42469B; }

 p { color: rgb(66,70,155); }

 H1.HeaderClassName
 {
   color: #42469B;
 }
 .AnyTagClassName
 {
   color: #42469B;
 }
</style>

background-color css

<style>
 a { background-color: #42469B; }

 a { background-color: rgb(66,70,155); }

 div.DivClassName
 {
   background-color: #42469B;
 }
 .BgClassName
 {
   background-color: #42469B;
 }
</style>

border-color css

<style>
 span { border-color: #42469B; }

 span { border-color: rgb(66,70,155); }

 td.TdClassName
 {
   border-color: #42469B;
 }
 .TagClassName
 {
   border-color: #42469B;
 }
</style>