Html Css Color HEX #42469C Governor Bay

📋 copy color: '#42469C'

red 66 ◦ green 70 ◦ blue 156

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

Shades of Governor Bay #42469C

Tints of Governor Bay #42469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 22.6%
G = 23.97%
B = 53.42%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42469C (or 0x42469C) is known color: Governor Bay. HEX triplet: 42, 46 and 9C. RGB value is (66,70,156). Sum of RGB (Red+Green+Blue) = 66+70+156=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #42469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469C is #BDB963. Grayscale: #4E4E4E. Windows color (decimal): -12433764 or 10241602. OLE color: 10241602.

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

Color convert

RGB 66 70 156 -
CMYK 0.58 0.55 0 0.39
HSL 237.33º 0.41% 0.44% -
HSV(B) 237.33º 0.58% 0.61% -
XYZ 10.44 7.94 32.43 -
YUV 78.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 66 70 156 0.58 0.55 0 0.39 237.33 0.41 0.44
Hex 42 46 9C 3A 37 0 27 ED 29 2C
Octal 102 106 234 72 67 0 47 355 51 54
Binary 1000010 1000110 10011100 111010 110111 0 100111 11101101 101001 101100

Color Harmonies of #42469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42469C

Black with #42469C

Text Example


Text Example

White with #42469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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