Html Css Color HEX #464267 Corn Flower Blue

📋 copy color: '#464267'

red 70 ◦ green 66 ◦ blue 103

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

Shades of Corn Flower Blue #464267

Tints of Corn Flower Blue #464267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 29.29%
G = 27.62%
B = 43.1%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#464267 (or 0x464267) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 67. RGB value is (70,66,103). Sum of RGB (Red+Green+Blue) = 70+66+103=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #464267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464267 is #B9BD98. Grayscale: #474747. Windows color (decimal): -12172697 or 6767174. OLE color: 6767174.

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

Color convert

RGB 70 66 103 -
CMYK 0.32 0.36 0 0.60
HSL 246.49º 0.22% 0.33% -
HSV(B) 246.49º 0.36% 0.4% -
XYZ 6.92 6.18 13.66 -
YUV 71.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 70 66 103 0.32 0.36 0 0.60 246.49 0.22 0.33
Hex 46 42 67 20 24 0 3C F6 16 21
Octal 106 102 147 40 44 0 74 366 26 41
Binary 1000110 1000010 1100111 100000 100100 0 111100 11110110 10110 100001

Color Harmonies of #464267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464267

Black with #464267

Text Example


Text Example

White with #464267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464267; }

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

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

background-color css

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

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

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

border-color css

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

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

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