Html Css Color HEX #464562 Corn Flower Blue

📋 copy color: '#464562'

red 70 ◦ green 69 ◦ blue 98

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

Shades of Corn Flower Blue #464562

Tints of Corn Flower Blue #464562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 29.54%
G = 29.11%
B = 41.35%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464562 (or 0x464562) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 62. RGB value is (70,69,98). Sum of RGB (Red+Green+Blue) = 70+69+98=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #464562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464562 is #B9BA9D. Grayscale: #484848. Windows color (decimal): -12171934 or 6440262. OLE color: 6440262.

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

Color convert

RGB 70 69 98 -
CMYK 0.29 0.30 0 0.62
HSL 242.07º 0.17% 0.33% -
HSV(B) 242.07º 0.3% 0.38% -
XYZ 6.86 6.44 12.44 -
YUV 72.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 70 69 98 0.29 0.30 0 0.62 242.07 0.17 0.33
Hex 46 45 62 1D 1E 0 3E F2 11 21
Octal 106 105 142 35 36 0 76 362 21 41
Binary 1000110 1000101 1100010 11101 11110 0 111110 11110010 10001 100001

Color Harmonies of #464562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464562

Black with #464562

Text Example


Text Example

White with #464562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464562; }

 p { color: rgb(70,69,98); }

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

background-color css

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

 a { background-color: rgb(70,69,98); }

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

border-color css

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

 span { border-color: rgb(70,69,98); }

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