Html Css Color HEX #414B74 Astronaut

📋 copy color: '#414B74'

red 65 ◦ green 75 ◦ blue 116

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

Shades of Astronaut #414B74

Tints of Astronaut #414B74

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 25.39%
G = 29.3%
B = 45.31%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414B74 (or 0x414B74) is known color: Astronaut. HEX triplet: 41, 4B and 74. RGB value is (65,75,116). Sum of RGB (Red+Green+Blue) = 65+75+116=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #414B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B74 is #BEB48B. Grayscale: #4C4C4C. Windows color (decimal): -12498060 or 7621441. OLE color: 7621441.

HSL color Cylindrical-coordinate representation of color #414B74: hue angle of 228.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414B74 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 75 116 -
CMYK 0.44 0.35 0 0.55
HSL 228.24º 0.28% 0.35% -
HSV(B) 228.24º 0.44% 0.45% -
XYZ 7.85 7.42 17.54 -
YUV 76.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 65 75 116 0.44 0.35 0 0.55 228.24 0.28 0.35
Hex 41 4B 74 2C 23 0 37 E4 1C 23
Octal 101 113 164 54 43 0 67 344 34 43
Binary 1000001 1001011 1110100 101100 100011 0 110111 11100100 11100 100011

Color Harmonies of #414B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B74

Black with #414B74

Text Example


Text Example

White with #414B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B74; }

 p { color: rgb(65,75,116); }

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

background-color css

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

 a { background-color: rgb(65,75,116); }

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

border-color css

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

 span { border-color: rgb(65,75,116); }

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