Html Css Color HEX #456071 Fiord

📋 copy color: '#456071'

red 69 ◦ green 96 ◦ blue 113

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

Shades of Fiord #456071

Tints of Fiord #456071

RGB

 RED value IS 69 (27.34% from 255) = 24.82%

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 24.82%
G = 34.53%
B = 40.65%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#456071 (or 0x456071) is known color: Fiord. HEX triplet: 45, 60 and 71. RGB value is (69,96,113). Sum of RGB (Red+Green+Blue) = 69+96+113=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #456071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456071 is #BA9F8E. Grayscale: #595959. Windows color (decimal): -12230543 or 7430213. OLE color: 7430213.

HSL color Cylindrical-coordinate representation of color #456071: hue angle of 203.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #456071 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 96 113 -
CMYK 0.39 0.15 0 0.56
HSL 203.18º 0.24% 0.36% -
HSV(B) 203.18º 0.39% 0.44% -
XYZ 9.62 10.82 17.2 -
YUV 89.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 69 96 113 0.39 0.15 0 0.56 203.18 0.24 0.36
Hex 45 60 71 27 F 0 38 CB 18 24
Octal 105 140 161 47 17 0 70 313 30 44
Binary 1000101 1100000 1110001 100111 1111 0 111000 11001011 11000 100100

Color Harmonies of #456071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456071

Black with #456071

Text Example


Text Example

White with #456071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456071; }

 p { color: rgb(69,96,113); }

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

background-color css

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

 a { background-color: rgb(69,96,113); }

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

border-color css

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

 span { border-color: rgb(69,96,113); }

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