Html Css Color HEX #414798 Governor Bay

📋 copy color: '#414798'

red 65 ◦ green 71 ◦ blue 152

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

Shades of Governor Bay #414798

Tints of Governor Bay #414798

RGB

 RED value IS 65 (25.78% from 255) = 22.57%

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 152 (59.77% from 255) = 52.78%

R = 22.57%
G = 24.65%
B = 52.78%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#414798 (or 0x414798) is known color: Governor Bay. HEX triplet: 41, 47 and 98. RGB value is (65,71,152). Sum of RGB (Red+Green+Blue) = 65+71+152=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #414798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414798 is #BEB867. Grayscale: #4E4E4E. Windows color (decimal): -12499048 or 9979713. OLE color: 9979713.

HSL color Cylindrical-coordinate representation of color #414798: hue angle of 235.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414798 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 71 152 -
CMYK 0.57 0.53 0 0.40
HSL 235.86º 0.4% 0.43% -
HSV(B) 235.86º 0.57% 0.6% -
XYZ 10.1 7.9 30.7 -
YUV 78.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 65 71 152 0.57 0.53 0 0.40 235.86 0.4 0.43
Hex 41 47 98 39 35 0 28 EC 28 2B
Octal 101 107 230 71 65 0 50 354 50 53
Binary 1000001 1000111 10011000 111001 110101 0 101000 11101100 101000 101011

Color Harmonies of #414798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414798

Black with #414798

Text Example


Text Example

White with #414798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414798; }

 p { color: rgb(65,71,152); }

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

background-color css

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

 a { background-color: rgb(65,71,152); }

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

border-color css

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

 span { border-color: rgb(65,71,152); }

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