Html Css Color HEX #464072 Corn Flower Blue

📋 copy color: '#464072'

red 70 ◦ green 64 ◦ blue 114

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

Shades of Corn Flower Blue #464072

Tints of Corn Flower Blue #464072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 28.23%
G = 25.81%
B = 45.97%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#464072 (or 0x464072) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 72. RGB value is (70,64,114). Sum of RGB (Red+Green+Blue) = 70+64+114=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #464072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464072 is #B9BF8D. Grayscale: #474747. Windows color (decimal): -12173198 or 7487558. OLE color: 7487558.

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

Color convert

RGB 70 64 114 -
CMYK 0.39 0.44 0 0.55
HSL 247.2º 0.28% 0.35% -
HSV(B) 247.2º 0.44% 0.45% -
XYZ 7.4 6.18 16.72 -
YUV 71.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 70 64 114 0.39 0.44 0 0.55 247.2 0.28 0.35
Hex 46 40 72 27 2C 0 37 F7 1C 23
Octal 106 100 162 47 54 0 67 367 34 43
Binary 1000110 1000000 1110010 100111 101100 0 110111 11110111 11100 100011

Color Harmonies of #464072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464072

Black with #464072

Text Example


Text Example

White with #464072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464072; }

 p { color: rgb(70,64,114); }

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

background-color css

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

 a { background-color: rgb(70,64,114); }

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

border-color css

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

 span { border-color: rgb(70,64,114); }

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