Html Css Color HEX #464765 Corn Flower Blue

📋 copy color: '#464765'

red 70 ◦ green 71 ◦ blue 101

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

Shades of Corn Flower Blue #464765

Tints of Corn Flower Blue #464765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 28.93%
G = 29.34%
B = 41.74%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#464765 (or 0x464765) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 65. RGB value is (70,71,101). Sum of RGB (Red+Green+Blue) = 70+71+101=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #464765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464765 is #B9B89A. Grayscale: #4A4A4A. Windows color (decimal): -12171419 or 6637382. OLE color: 6637382.

HSL color Cylindrical-coordinate representation of color #464765: hue angle of 238.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464765 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 71 101 -
CMYK 0.31 0.30 0 0.60
HSL 238.06º 0.18% 0.34% -
HSV(B) 238.06º 0.31% 0.4% -
XYZ 7.13 6.75 13.24 -
YUV 74.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 70 71 101 0.31 0.30 0 0.60 238.06 0.18 0.34
Hex 46 47 65 1F 1E 0 3C EE 12 22
Octal 106 107 145 37 36 0 74 356 22 42
Binary 1000110 1000111 1100101 11111 11110 0 111100 11101110 10010 100010

Color Harmonies of #464765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464765

Black with #464765

Text Example


Text Example

White with #464765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464765; }

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

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

background-color css

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

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

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

border-color css

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

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

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