Html Css Color HEX #4CBECD Viking

📋 copy color: '#4CBECD'

red 76 ◦ green 190 ◦ blue 205

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

Shades of Viking #4CBECD

Tints of Viking #4CBECD

RGB

 RED value IS 76 (30.08% from 255) = 16.14%

 GREEN value IS 190 (74.61% from 255) = 40.34%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 16.14%
G = 40.34%
B = 43.52%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CBECD (or 0x4CBECD) is known color: Viking. HEX triplet: 4C, BE and CD. RGB value is (76,190,205). Sum of RGB (Red+Green+Blue) = 76+190+205=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBECD is #B34132. Grayscale: #9D9D9D. Windows color (decimal): -11747635 or 13483596. OLE color: 13483596.

HSL color Cylindrical-coordinate representation of color #4CBECD: hue angle of 186.98º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBECD is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 190 205 -
CMYK 0.63 0.07 0 0.20
HSL 186.98º 0.56% 0.55% -
HSV(B) 186.98º 0.63% 0.8% -
XYZ 32.41 42.77 64.3 -
YUV 157.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 76 190 205 0.63 0.07 0 0.20 186.98 0.56 0.55
Hex 4C BE CD 3F 7 0 14 BB 38 37
Octal 114 276 315 77 7 0 24 273 70 67
Binary 1001100 10111110 11001101 111111 111 0 10100 10111011 111000 110111

Color Harmonies of #4CBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBECD

Black with #4CBECD

Text Example


Text Example

White with #4CBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,190,205); }

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

background-color css

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

 a { background-color: rgb(76,190,205); }

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

border-color css

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

 span { border-color: rgb(76,190,205); }

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