Html Css Color HEX #464A70 Corn Flower Blue

📋 copy color: '#464A70'

red 70 ◦ green 74 ◦ blue 112

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

Shades of Corn Flower Blue #464A70

Tints of Corn Flower Blue #464A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 27.34%
G = 28.91%
B = 43.75%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464A70 (or 0x464A70) is known color: Corn Flower Blue. HEX triplet: 46, 4A and 70. RGB value is (70,74,112). Sum of RGB (Red+Green+Blue) = 70+74+112=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #464A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A70 is #B9B58F. Grayscale: #4C4C4C. Windows color (decimal): -12170640 or 7359046. OLE color: 7359046.

HSL color Cylindrical-coordinate representation of color #464A70: hue angle of 234.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464A70 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 74 112 -
CMYK 0.38 0.34 0 0.56
HSL 234.29º 0.23% 0.36% -
HSV(B) 234.29º 0.38% 0.44% -
XYZ 7.9 7.37 16.34 -
YUV 77.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 70 74 112 0.38 0.34 0 0.56 234.29 0.23 0.36
Hex 46 4A 70 26 22 0 38 EA 17 24
Octal 106 112 160 46 42 0 70 352 27 44
Binary 1000110 1001010 1110000 100110 100010 0 111000 11101010 10111 100100

Color Harmonies of #464A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A70

Black with #464A70

Text Example


Text Example

White with #464A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464A70; }

 p { color: rgb(70,74,112); }

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

background-color css

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

 a { background-color: rgb(70,74,112); }

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

border-color css

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

 span { border-color: rgb(70,74,112); }

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