Html Css Color HEX #464764 Corn Flower Blue

📋 copy color: '#464764'

red 70 ◦ green 71 ◦ blue 100

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

Shades of Corn Flower Blue #464764

Tints of Corn Flower Blue #464764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 29.05%
G = 29.46%
B = 41.49%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464764 (or 0x464764) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 64. RGB value is (70,71,100). Sum of RGB (Red+Green+Blue) = 70+71+100=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #464764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464764 is #B9B89B. Grayscale: #494949. Windows color (decimal): -12171420 or 6571846. OLE color: 6571846.

HSL color Cylindrical-coordinate representation of color #464764: hue angle of 238º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464764 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 71 100 -
CMYK 0.30 0.29 0 0.61
HSL 238º 0.18% 0.33% -
HSV(B) 238º 0.3% 0.39% -
XYZ 7.08 6.73 12.98 -
YUV 74.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 70 71 100 0.30 0.29 0 0.61 238 0.18 0.33
Hex 46 47 64 1E 1D 0 3D EE 12 21
Octal 106 107 144 36 35 0 75 356 22 41
Binary 1000110 1000111 1100100 11110 11101 0 111101 11101110 10010 100001

Color Harmonies of #464764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464764

Black with #464764

Text Example


Text Example

White with #464764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464764; }

 p { color: rgb(70,71,100); }

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

background-color css

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

 a { background-color: rgb(70,71,100); }

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

border-color css

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

 span { border-color: rgb(70,71,100); }

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