Html Css Color HEX #464367 Corn Flower Blue

📋 copy color: '#464367'

red 70 ◦ green 67 ◦ blue 103

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

Shades of Corn Flower Blue #464367

Tints of Corn Flower Blue #464367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 29.17%
G = 27.92%
B = 42.92%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#464367 (or 0x464367) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 67. RGB value is (70,67,103). Sum of RGB (Red+Green+Blue) = 70+67+103=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #464367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464367 is #B9BC98. Grayscale: #474747. Windows color (decimal): -12172441 or 6767430. OLE color: 6767430.

HSL color Cylindrical-coordinate representation of color #464367: hue angle of 245º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464367 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 67 103 -
CMYK 0.32 0.35 0 0.60
HSL 245º 0.21% 0.33% -
HSV(B) 245º 0.35% 0.4% -
XYZ 6.98 6.3 13.68 -
YUV 72 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 70 67 103 0.32 0.35 0 0.60 245 0.21 0.33
Hex 46 43 67 20 23 0 3C F5 15 21
Octal 106 103 147 40 43 0 74 365 25 41
Binary 1000110 1000011 1100111 100000 100011 0 111100 11110101 10101 100001

Color Harmonies of #464367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464367

Black with #464367

Text Example


Text Example

White with #464367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464367; }

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

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

background-color css

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

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

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

border-color css

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

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

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