Html Css Color HEX #424D94 Governor Bay

📋 copy color: '#424D94'

red 66 ◦ green 77 ◦ blue 148

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

Shades of Governor Bay #424D94

Tints of Governor Bay #424D94

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

 BLUE value IS 148 (58.2% from 255) = 50.86%

R = 22.68%
G = 26.46%
B = 50.86%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424D94 (or 0x424D94) is known color: Governor Bay. HEX triplet: 42, 4D and 94. RGB value is (66,77,148). Sum of RGB (Red+Green+Blue) = 66+77+148=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #424D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424D94 is #BDB26B. Grayscale: #515151. Windows color (decimal): -12431980 or 9719106. OLE color: 9719106.

HSL color Cylindrical-coordinate representation of color #424D94: hue angle of 231.95º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424D94 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 77 148 -
CMYK 0.55 0.48 0 0.42
HSL 231.95º 0.38% 0.42% -
HSV(B) 231.95º 0.55% 0.58% -
XYZ 10.25 8.6 29.14 -
YUV 81.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 66 77 148 0.55 0.48 0 0.42 231.95 0.38 0.42
Hex 42 4D 94 37 30 0 2A E8 26 2A
Octal 102 115 224 67 60 0 52 350 46 52
Binary 1000010 1001101 10010100 110111 110000 0 101010 11101000 100110 101010

Color Harmonies of #424D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D94

Black with #424D94

Text Example


Text Example

White with #424D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D94; }

 p { color: rgb(66,77,148); }

 H1.HeaderClassName
 {
   color: #424D94;
 }
 .AnyTagClassName
 {
   color: #424D94;
 }
</style>

background-color css

<style>
 a { background-color: #424D94; }

 a { background-color: rgb(66,77,148); }

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

border-color css

<style>
 span { border-color: #424D94; }

 span { border-color: rgb(66,77,148); }

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