Html Css Color HEX #414653 Blue Zodiac

📋 copy color: '#414653'

red 65 ◦ green 70 ◦ blue 83

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

Shades of Blue Zodiac #414653

Tints of Blue Zodiac #414653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 29.82%
G = 32.11%
B = 38.07%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414653 (or 0x414653) is known color: Blue Zodiac. HEX triplet: 41, 46 and 53. RGB value is (65,70,83). Sum of RGB (Red+Green+Blue) = 65+70+83=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #414653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414653 is #BEB9AC. Grayscale: #454545. Windows color (decimal): -12499373 or 5457473. OLE color: 5457473.

HSL color Cylindrical-coordinate representation of color #414653: hue angle of 223.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414653 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 70 83 -
CMYK 0.22 0.16 0 0.67
HSL 223.33º 0.12% 0.29% -
HSV(B) 223.33º 0.22% 0.33% -
XYZ 5.93 6.13 9.05 -
YUV 69.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 65 70 83 0.22 0.16 0 0.67 223.33 0.12 0.29
Hex 41 46 53 16 10 0 43 DF C 1D
Octal 101 106 123 26 20 0 103 337 14 35
Binary 1000001 1000110 1010011 10110 10000 0 1000011 11011111 1100 11101

Color Harmonies of #414653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414653

Black with #414653

Text Example


Text Example

White with #414653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414653; }

 p { color: rgb(65,70,83); }

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

background-color css

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

 a { background-color: rgb(65,70,83); }

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

border-color css

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

 span { border-color: rgb(65,70,83); }

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