Html Css Color HEX #464372 Corn Flower Blue

📋 copy color: '#464372'

red 70 ◦ green 67 ◦ blue 114

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

Shades of Corn Flower Blue #464372

Tints of Corn Flower Blue #464372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 27.89%
G = 26.69%
B = 45.42%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#464372 (or 0x464372) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 72. RGB value is (70,67,114). Sum of RGB (Red+Green+Blue) = 70+67+114=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #464372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464372 is #B9BC8D. Grayscale: #494949. Windows color (decimal): -12172430 or 7488326. OLE color: 7488326.

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

Color convert

RGB 70 67 114 -
CMYK 0.39 0.41 0 0.55
HSL 243.83º 0.26% 0.35% -
HSV(B) 243.83º 0.41% 0.45% -
XYZ 7.57 6.53 16.78 -
YUV 73.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 70 67 114 0.39 0.41 0 0.55 243.83 0.26 0.35
Hex 46 43 72 27 29 0 37 F4 1A 23
Octal 106 103 162 47 51 0 67 364 32 43
Binary 1000110 1000011 1110010 100111 101001 0 110111 11110100 11010 100011

Color Harmonies of #464372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464372

Black with #464372

Text Example


Text Example

White with #464372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464372; }

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

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

background-color css

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

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

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

border-color css

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

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

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