Html Css Color HEX #4BB2BE Viking

📋 copy color: '#4BB2BE'

red 75 ◦ green 178 ◦ blue 190

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

Shades of Viking #4BB2BE

Tints of Viking #4BB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 16.93%
G = 40.18%
B = 42.89%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4BB2BE (or 0x4BB2BE) is known color: Viking. HEX triplet: 4B, B2 and BE. RGB value is (75,178,190). Sum of RGB (Red+Green+Blue) = 75+178+190=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB2BE is #B44D41. Grayscale: #949494. Windows color (decimal): -11816258 or 12497483. OLE color: 12497483.

HSL color Cylindrical-coordinate representation of color #4BB2BE: hue angle of 186.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BB2BE is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 178 190 -
CMYK 0.61 0.06 0 0.25
HSL 186.26º 0.47% 0.52% -
HSV(B) 186.26º 0.61% 0.75% -
XYZ 28.12 37.05 54.39 -
YUV 148.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 75 178 190 0.61 0.06 0 0.25 186.26 0.47 0.52
Hex 4B B2 BE 3D 6 0 19 BA 2F 34
Octal 113 262 276 75 6 0 31 272 57 64
Binary 1001011 10110010 10111110 111101 110 0 11001 10111010 101111 110100

Color Harmonies of #4BB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB2BE

Black with #4BB2BE

Text Example


Text Example

White with #4BB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,178,190); }

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

background-color css

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

 a { background-color: rgb(75,178,190); }

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

border-color css

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

 span { border-color: rgb(75,178,190); }

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