Html Css Color HEX #464570 Corn Flower Blue

📋 copy color: '#464570'

red 70 ◦ green 69 ◦ blue 112

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

Shades of Corn Flower Blue #464570

Tints of Corn Flower Blue #464570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.62%

R = 27.89%
G = 27.49%
B = 44.62%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464570 (or 0x464570) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 70. RGB value is (70,69,112). Sum of RGB (Red+Green+Blue) = 70+69+112=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #464570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464570 is #B9BA8F. Grayscale: #4A4A4A. Windows color (decimal): -12171920 or 7357766. OLE color: 7357766.

HSL color Cylindrical-coordinate representation of color #464570: hue angle of 241.4º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464570 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 69 112 -
CMYK 0.38 0.38 0 0.56
HSL 241.4º 0.24% 0.35% -
HSV(B) 241.4º 0.38% 0.44% -
XYZ 7.58 6.73 16.23 -
YUV 74.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 70 69 112 0.38 0.38 0 0.56 241.4 0.24 0.35
Hex 46 45 70 26 26 0 38 F1 18 23
Octal 106 105 160 46 46 0 70 361 30 43
Binary 1000110 1000101 1110000 100110 100110 0 111000 11110001 11000 100011

Color Harmonies of #464570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464570

Black with #464570

Text Example


Text Example

White with #464570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464570; }

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

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

background-color css

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

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

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

border-color css

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

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

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