Html Css Color HEX #464A75 Corn Flower Blue

📋 copy color: '#464A75'

red 70 ◦ green 74 ◦ blue 117

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

Shades of Corn Flower Blue #464A75

Tints of Corn Flower Blue #464A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 26.82%
G = 28.35%
B = 44.83%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464A75 (or 0x464A75) is known color: Corn Flower Blue. HEX triplet: 46, 4A and 75. RGB value is (70,74,117). Sum of RGB (Red+Green+Blue) = 70+74+117=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #464A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A75 is #B9B58A. Grayscale: #4D4D4D. Windows color (decimal): -12170635 or 7686726. OLE color: 7686726.

HSL color Cylindrical-coordinate representation of color #464A75: hue angle of 234.89º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464A75 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 74 117 -
CMYK 0.40 0.37 0 0.54
HSL 234.89º 0.25% 0.37% -
HSV(B) 234.89º 0.4% 0.46% -
XYZ 8.19 7.48 17.84 -
YUV 77.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 70 74 117 0.40 0.37 0 0.54 234.89 0.25 0.37
Hex 46 4A 75 28 25 0 36 EB 19 25
Octal 106 112 165 50 45 0 66 353 31 45
Binary 1000110 1001010 1110101 101000 100101 0 110110 11101011 11001 100101

Color Harmonies of #464A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A75

Black with #464A75

Text Example


Text Example

White with #464A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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