Html Css Color HEX #464075 Corn Flower Blue

📋 copy color: '#464075'

red 70 ◦ green 64 ◦ blue 117

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

Shades of Corn Flower Blue #464075

Tints of Corn Flower Blue #464075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 27.89%
G = 25.5%
B = 46.61%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464075 (or 0x464075) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 75. RGB value is (70,64,117). Sum of RGB (Red+Green+Blue) = 70+64+117=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #464075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464075 is #B9BF8A. Grayscale: #474747. Windows color (decimal): -12173195 or 7684166. OLE color: 7684166.

HSL color Cylindrical-coordinate representation of color #464075: hue angle of 246.79º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464075 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 64 117 -
CMYK 0.40 0.45 0 0.54
HSL 246.79º 0.29% 0.35% -
HSV(B) 246.79º 0.45% 0.46% -
XYZ 7.57 6.25 17.64 -
YUV 71.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 70 64 117 0.40 0.45 0 0.54 246.79 0.29 0.35
Hex 46 40 75 28 2D 0 36 F7 1D 23
Octal 106 100 165 50 55 0 66 367 35 43
Binary 1000110 1000000 1110101 101000 101101 0 110110 11110111 11101 100011

Color Harmonies of #464075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464075

Black with #464075

Text Example


Text Example

White with #464075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464075; }

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

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

background-color css

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

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

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

border-color css

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

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

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