Html Css Color HEX #464373 Corn Flower Blue

📋 copy color: '#464373'

red 70 ◦ green 67 ◦ blue 115

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

Shades of Corn Flower Blue #464373

Tints of Corn Flower Blue #464373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 27.78%
G = 26.59%
B = 45.63%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#464373 (or 0x464373) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 73. RGB value is (70,67,115). Sum of RGB (Red+Green+Blue) = 70+67+115=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #464373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464373 is #B9BC8C. Grayscale: #494949. Windows color (decimal): -12172429 or 7553862. OLE color: 7553862.

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

Color convert

RGB 70 67 115 -
CMYK 0.39 0.42 0 0.55
HSL 243.75º 0.26% 0.36% -
HSV(B) 243.75º 0.42% 0.45% -
XYZ 7.63 6.55 17.08 -
YUV 73.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 70 67 115 0.39 0.42 0 0.55 243.75 0.26 0.36
Hex 46 43 73 27 2A 0 37 F4 1A 24
Octal 106 103 163 47 52 0 67 364 32 44
Binary 1000110 1000011 1110011 100111 101010 0 110111 11110100 11010 100100

Color Harmonies of #464373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464373

Black with #464373

Text Example


Text Example

White with #464373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464373; }

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

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

background-color css

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

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

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

border-color css

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

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

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