Html Css Color HEX #42459B Governor Bay

📋 copy color: '#42459B'

red 66 ◦ green 69 ◦ blue 155

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

Shades of Governor Bay #42459B

Tints of Governor Bay #42459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 22.76%
G = 23.79%
B = 53.45%

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

#42459B (or 0x42459B) is known color: Governor Bay. HEX triplet: 42, 45 and 9B. RGB value is (66,69,155). Sum of RGB (Red+Green+Blue) = 66+69+155=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #42459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42459B is #BDBA64. Grayscale: #4D4D4D. Windows color (decimal): -12434021 or 10175810. OLE color: 10175810.

HSL color Cylindrical-coordinate representation of color #42459B: hue angle of 237.98º 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 #42459B is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 69 155 -
CMYK 0.57 0.55 0 0.39
HSL 237.98º 0.4% 0.43% -
HSV(B) 237.98º 0.57% 0.61% -
XYZ 10.29 7.78 31.97 -
YUV 77.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 66 69 155 0.57 0.55 0 0.39 237.98 0.4 0.43
Hex 42 45 9B 39 37 0 27 EE 28 2B
Octal 102 105 233 71 67 0 47 356 50 53
Binary 1000010 1000101 10011011 111001 110111 0 100111 11101110 101000 101011

Color Harmonies of #42459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42459B

Black with #42459B

Text Example


Text Example

White with #42459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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