Html Css Color HEX #4B5E6B Fiord

📋 copy color: '#4B5E6B'

red 75 ◦ green 94 ◦ blue 107

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

Shades of Fiord #4B5E6B

Tints of Fiord #4B5E6B

RGB

 RED value IS 75 (29.69% from 255) = 27.17%

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 27.17%
G = 34.06%
B = 38.77%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B5E6B (or 0x4B5E6B) is known color: Fiord. HEX triplet: 4B, 5E and 6B. RGB value is (75,94,107). Sum of RGB (Red+Green+Blue) = 75+94+107=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B5E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5E6B is #B4A194. Grayscale: #595959. Windows color (decimal): -11837845 or 7036491. OLE color: 7036491.

HSL color Cylindrical-coordinate representation of color #4B5E6B: hue angle of 204.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B5E6B is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 94 107 -
CMYK 0.30 0.12 0 0.58
HSL 204.38º 0.18% 0.36% -
HSV(B) 204.38º 0.3% 0.42% -
XYZ 9.56 10.56 15.44 -
YUV 89.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 75 94 107 0.30 0.12 0 0.58 204.38 0.18 0.36
Hex 4B 5E 6B 1E C 0 3A CC 12 24
Octal 113 136 153 36 14 0 72 314 22 44
Binary 1001011 1011110 1101011 11110 1100 0 111010 11001100 10010 100100

Color Harmonies of #4B5E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5E6B

Black with #4B5E6B

Text Example


Text Example

White with #4B5E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5E6B; }

 p { color: rgb(75,94,107); }

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

background-color css

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

 a { background-color: rgb(75,94,107); }

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

border-color css

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

 span { border-color: rgb(75,94,107); }

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