Html Css Color HEX #464470 Corn Flower Blue

📋 copy color: '#464470'

red 70 ◦ green 68 ◦ blue 112

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

Shades of Corn Flower Blue #464470

Tints of Corn Flower Blue #464470

RGB

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

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

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

R = 28%
G = 27.2%
B = 44.8%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464470 (or 0x464470) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 70. RGB value is (70,68,112). Sum of RGB (Red+Green+Blue) = 70+68+112=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #464470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464470 is #B9BB8F. Grayscale: #494949. Windows color (decimal): -12172176 or 7357510. OLE color: 7357510.

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

Color convert

RGB 70 68 112 -
CMYK 0.38 0.39 0 0.56
HSL 242.73º 0.24% 0.35% -
HSV(B) 242.73º 0.39% 0.44% -
XYZ 7.52 6.61 16.21 -
YUV 73.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 70 68 112 0.38 0.39 0 0.56 242.73 0.24 0.35
Hex 46 44 70 26 27 0 38 F3 18 23
Octal 106 104 160 46 47 0 70 363 30 43
Binary 1000110 1000100 1110000 100110 100111 0 111000 11110011 11000 100011

Color Harmonies of #464470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464470

Black with #464470

Text Example


Text Example

White with #464470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464470; }

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

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

background-color css

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

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

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

border-color css

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

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

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