Html Css Color HEX #414450 Blue Zodiac

📋 copy color: '#414450'

red 65 ◦ green 68 ◦ blue 80

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

Shades of Blue Zodiac #414450

Tints of Blue Zodiac #414450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 30.52%
G = 31.92%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414450 (or 0x414450) is known color: Blue Zodiac. HEX triplet: 41, 44 and 50. RGB value is (65,68,80). Sum of RGB (Red+Green+Blue) = 65+68+80=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #414450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414450 is #BEBBAF. Grayscale: #444444. Windows color (decimal): -12499888 or 5260353. OLE color: 5260353.

HSL color Cylindrical-coordinate representation of color #414450: hue angle of 228º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414450 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 68 80 -
CMYK 0.19 0.15 0 0.69
HSL 228º 0.1% 0.28% -
HSV(B) 228º 0.19% 0.31% -
XYZ 5.7 5.84 8.42 -
YUV 68.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 65 68 80 0.19 0.15 0 0.69 228 0.1 0.28
Hex 41 44 50 13 F 0 45 E4 A 1C
Octal 101 104 120 23 17 0 105 344 12 34
Binary 1000001 1000100 1010000 10011 1111 0 1000101 11100100 1010 11100

Color Harmonies of #414450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414450

Black with #414450

Text Example


Text Example

White with #414450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414450; }

 p { color: rgb(65,68,80); }

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

background-color css

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

 a { background-color: rgb(65,68,80); }

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

border-color css

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

 span { border-color: rgb(65,68,80); }

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