Html Css Color HEX #464569 Corn Flower Blue

📋 copy color: '#464569'

red 70 ◦ green 69 ◦ blue 105

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

Shades of Corn Flower Blue #464569

Tints of Corn Flower Blue #464569

RGB

 RED value IS 70 (27.73% from 255) = 28.69%

 GREEN value IS 69 (27.34% from 255) = 28.28%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 28.69%
G = 28.28%
B = 43.03%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464569 (or 0x464569) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 69. RGB value is (70,69,105). Sum of RGB (Red+Green+Blue) = 70+69+105=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #464569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464569 is #B9BA96. Grayscale: #494949. Windows color (decimal): -12171927 or 6899014. OLE color: 6899014.

HSL color Cylindrical-coordinate representation of color #464569: hue angle of 241.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464569 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 69 105 -
CMYK 0.33 0.34 0 0.59
HSL 241.67º 0.21% 0.34% -
HSV(B) 241.67º 0.34% 0.41% -
XYZ 7.2 6.58 14.25 -
YUV 73.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 70 69 105 0.33 0.34 0 0.59 241.67 0.21 0.34
Hex 46 45 69 21 22 0 3B F2 15 22
Octal 106 105 151 41 42 0 73 362 25 42
Binary 1000110 1000101 1101001 100001 100010 0 111011 11110010 10101 100010

Color Harmonies of #464569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464569

Black with #464569

Text Example


Text Example

White with #464569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464569; }

 p { color: rgb(70,69,105); }

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

background-color css

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

 a { background-color: rgb(70,69,105); }

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

border-color css

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

 span { border-color: rgb(70,69,105); }

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